GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-31T22:27:05.0481567+00:00",
"SubmitDate": "2025-12-31T22:27:05.0481567+00:00",
"ReportPeriodStart": "2025-12-31T22:27:05.0481567+00:00",
"ReportPeriodEnd": "2025-12-31T22:27:05.0481567+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f7817f6b-585e-4bb6-bcd6-e71261daa01b",
"Rows": [
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f7817f6b-585e-4bb6-bcd6-e71261daa01b",
"Rows": [
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"015a4f12-486d-426f-993b-e249486518aa",
"9be5f8bd-a072-4815-8bef-f699d023fd70"
],
"Approvers": [
"aa3ba305-6577-439b-9fb8-cd3c5b776082",
"80511865-8e48-4d0f-9b55-1652bfa5e0cb"
],
"ApprovedBy": "fed5966b-8c2d-46c1-b954-6101fad969c7",
"ApprovalDate": "2025-12-31T22:27:05.0481567+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d038d130-a932-4640-874a-4c831814968d",
"id": "1ee1d9a9-e4f6-47fa-ae19-22495ce5121e",
"ConfigId": "360d55eb-dcfe-4357-a8ae-a9c639308d35"
},
{
"GenerationDate": "2025-12-31T22:27:05.0481567+00:00",
"SubmitDate": "2025-12-31T22:27:05.0481567+00:00",
"ReportPeriodStart": "2025-12-31T22:27:05.0481567+00:00",
"ReportPeriodEnd": "2025-12-31T22:27:05.0481567+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f7817f6b-585e-4bb6-bcd6-e71261daa01b",
"Rows": [
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f7817f6b-585e-4bb6-bcd6-e71261daa01b",
"Rows": [
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "663640f3-b773-4a3b-b14f-737db543c1a5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"015a4f12-486d-426f-993b-e249486518aa",
"9be5f8bd-a072-4815-8bef-f699d023fd70"
],
"Approvers": [
"aa3ba305-6577-439b-9fb8-cd3c5b776082",
"80511865-8e48-4d0f-9b55-1652bfa5e0cb"
],
"ApprovedBy": "fed5966b-8c2d-46c1-b954-6101fad969c7",
"ApprovalDate": "2025-12-31T22:27:05.0481567+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d038d130-a932-4640-874a-4c831814968d",
"id": "1ee1d9a9-e4f6-47fa-ae19-22495ce5121e",
"ConfigId": "360d55eb-dcfe-4357-a8ae-a9c639308d35"
}
]